# **********************************************************************
# "CPU Panel (8-core)" theme for Conky by Tony George (teejee2008@gmail.com)
#
# Webpage: http://teejeetech.blogspot.in/
# **********************************************************************


background yes
double_buffer yes

alignment top_right

border_width 1
cpu_avg_samples 2
default_color white
default_outline_color black
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes

gap_x 0
gap_y 40
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no

#    double_buffer = true
#    own_window = true
#    own_window_argb_visual = true
#    own_window_class = 'Conky'
#    own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager'
#    own_window_transparent = true
#    own_window_type = 'dock'
    
 own_window yes
 own_window_type dock
 own_window_transparent yes
 own_window_colour 000000
 own_window_argb_visual yes
 own_window_argb_value 0
 own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size 170 0
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none

show_graph_scale no
show_graph_range no

use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=10
color0 white
color1 EAEAEA
color2 FFA300
color3 grey
# Blueshift
color4 0478FF	
# Redshift:
color5 A40810
color6 FBC161

TEXT
${offset -4} ${font :pixelsize=20}$alignc${color3}${time %H:%M:}${time %S}${font}
${offset -4} ${font :pixelsize=14}$alignc${color2}${time %d} ${time  %B} ${time %A}${font}

${offset -4} ${voffset 2}${color2}Uptime $alignr ${color0}$uptime

${color2}CPU 1 ${color0}${alignr}${cpu cpu1}%
${cpubar cpu1 5,}
${color2}CPU 2 ${color0}${alignr}${cpu cpu2}%
${cpubar cpu2 5,}
${color2}CPU 3 ${color0}${alignr}${cpu cpu3}%
${cpubar cpu3 5,}
${color2}CPU 4 ${color0}${alignr}${cpu cpu4}%
${cpubar cpu4 5,}
${top name 1} $alignr ${top cpu 1}%
${top name 2} $alignr ${top cpu 2}%
${top name 3} $alignr ${top cpu 3}%
${top name 4} $alignr ${top cpu 4}%
${top name 5} $alignr ${top cpu 5}%

${color2}RAM ${color0}${alignr}${mem}
${membar 5,}
${top_mem name 1} $alignr ${top_mem mem_res 1}
${top_mem name 2} $alignr ${top_mem mem_res 2}
${top_mem name 3} $alignr ${top_mem mem_res 3}
${top_mem name 4} $alignr ${top_mem mem_res 4}
${top_mem name 5} $alignr ${top_mem mem_res 5}

#
# Change the network interface from enp3s0 to whatever your system calls it
# It could be enp2s0, eth0, eth1, ppp0, ppp1, etc.

#${color2}Download ${color0}${alignr}${downspeedf enp5s0} KiB/s
#${color4}${downspeedgraph enp5s0 80,}
#${color2}Upload ${color0}${alignr}${upspeedf enp5s0} KiB/s 
#${color5}${upspeedgraph enp5s0 80,} 

# Uncomment these if you would like your IP address to be displayed:
# ${color2}Local${color0}${alignr}${addrs}
# ${color2}Public${color0}${alignr}${execi 3600 wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1}
